label declaration meaning in English
标号说明
Examples
- Label declaration takes precedence in any ambiguous situation
标签声明在任何模糊环境中都有优先权。 - Block has executed , control is once again transferred to the first statement immediately following the label declaration
块后,控制权将再次转交到紧跟在标签声明后面的第一条语句。 - Finally block is executed , control is once again transferred to the last statement of the loop immediately following the label declaration
块执行完之后,才会将控制权再次转交给紧跟在标记声明后面的那个循环中的最后一个语句。 - Statement includes a label and the statement is executed , control is transferred out of the enclosing statement to the line immediately following the label declaration . the
语句带有一个标签,在执行此语句时,控制权将从封闭语句转交到紧跟在标签声明后面的语句行。